home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibclean / osrmx.h < prev    next >
C/C++ Source or Header  |  1992-10-06  |  3KB  |  98 lines

  1. /* -*-C-*- osrmx.h */
  2. /*-->osrmx*/
  3. /**********************************************************************/
  4. /******************************** osrmx *******************************/
  5. /**********************************************************************/
  6.  
  7. #ifndef OSRMX_H_DEFINED_
  8. #define OSRMX_H_DEFINED_
  9.  
  10. /* $Id: osrmx.h,v 1.4 1992/10/08 01:42:01 beebe Exp beebe $
  11.  * $Log: osrmx.h,v $
  12.  * Revision 1.4  1992/10/08  01:42:01  beebe
  13.  * Update for C++.
  14.  *
  15.  * Revision 1.3  1992/03/10  14:13:53  beebe
  16.  * *** empty log message ***
  17.  *
  18.  * Revision 1.2  1992/02/29  19:42:20  beebe
  19.  * Update for version 3.0.114 [29-Feb-1992] following two-month
  20.  * major overhaul and compilation testing on numerous machines.
  21.  *
  22.  * Revision 1.2  1992/02/29  19:42:20  beebe
  23.  * Update for version 3.0.114 [29-Feb-1992] following two-month
  24.  * major overhaul and compilation testing on numerous machines.
  25.  *
  26.  * Revision 1.1  1992/02/29  19:13:18  beebe
  27.  * Initial revision
  28.  *
  29.  * Revision 1.1  1992/02/29  19:13:18  beebe
  30.  * Initial revision
  31.  *
  32.  */
  33.  
  34. #define DVIHELP        ":Home:Tex20/dvijep/dviman"
  35.  
  36. #ifdef DVIPREFIX
  37. #undef DVIPREFIX
  38. #endif /* DVIPREFIX */
  39.  
  40. #define DVIPREFIX    ""
  41.  
  42. #ifndef ENV_SYSPATH            /* can override at compile time */
  43. #define ENV_SYSPATH    "PATH"
  44. #endif /* ENV_SYSPATH */
  45.  
  46. #ifndef FONTFMT                /* can be set at compile time */
  47. #define FONTFMT        "%d/%n.pk;%d/%n.gf;%m/%n.pxl;%n.vf;%n.tfm"
  48. #endif /* FONTFMT */
  49.  
  50. #ifndef FSMAPFILE            /* can be set at compile time */
  51. #define FSMAPFILE    "texfiles.map"
  52. #endif /* FSMAPFILE */
  53.  
  54. #define HOST_WORD_SIZE    32    /* must be 32 or larger -- used in */
  55.                 /* signex to pack 8-bit bytes back */
  56.                 /* into integer values, and in dispchar */
  57.                 /* and fillrect for managing character */
  58.                 /* raster storage. */
  59.  
  60. #ifndef PSMAPFILE            /* can be set at compile time */
  61. #define PSMAPFILE    "psfonts.map"
  62. #endif /* PSMAPFILE */
  63.  
  64. #ifdef SEGMEM
  65. #undef SEGMEM
  66. #endif /* SEGMEM */
  67.  
  68. #define SEGMEM        1
  69.  
  70. #define SEP_COMP " ;,|"    /* separators between filename components */
  71. #define SEP_PATH "/"    /* separators between directory path and filename */
  72.  
  73. #ifndef SUBEXT                /* can be set at compile time */
  74. #define SUBEXT        ".sub"
  75. #endif /* SUBEXT */
  76.  
  77. #ifndef SUBNAME                /* can be set at compile time */
  78. #define SUBNAME        "texfonts"
  79. #endif /* SUBNAME */
  80.  
  81. #ifndef TEXFONTS            /* can be set at compile time */
  82. #define TEXFONTS    ":TeXpixels:"
  83. #endif /* TEXFONTS */
  84.  
  85. #ifndef    TEXINPUTS            /* can be set at compile time */
  86. #define TEXINPUTS    ":TeXinputs:"
  87. #endif /* TEXINPUTS */
  88.  
  89. #define TEXFONTS    ":TeXfonts:"
  90.  
  91. #define register            /* compiler has problems with this */
  92.  
  93. #ifndef TFMFMT                /* can be set at compile time */
  94. #define TFMFMT        "%n.tfm"
  95. #endif /* TFMFMT */
  96.  
  97. #endif /* OSRMX_H_DEFINED_ */
  98.